home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
FILES
/
PROGBLER
/
WHIZZARD.LZH
/
LONGDEMO.BAT
< prev
next >
Wrap
DOS Batch File
|
1984-07-12
|
2KB
|
71 lines
CLS
. LONGDEMO.BAT OF CLUBware software BASIC PRINT enhancements
. Enhancements are for 1. interpreted BASICA on the IBM PC
. 2. compiled BASIC with /O option
. 3. compiled BASIC without /O option
. If you like and use this software, source code is included,
. please send $5.00 to RAYHAWK AUTOMATION NW INC.
. P.O. BOX 1427
. Beaverton OR 97075
.
. Show how assembler calls improve compiled BASIC PRINT statements
.
PAUSE Enter to start this demo program
BANDDEMO
CLS
.
. Show how PRSLASHO speeds up compiled BASIC PRINT statements
. PRSLASHO is an 1100 byte program that is run and remains
. resident in the system as long as the computer is not booted.
. No changes are required to standard BASIC PRINT statements.
.
PRSLASHO
PAUSE Enter to start this demo program
BANDDEMO
CLS
.
. Show how each of the ASMBASIC subroutines can work with routine SUBDEMO
.
PAUSE Enter to start this demo program
SUBDEMO
CLS
.
. Show how fast different screens can be displayed, with and without
. CLUBware Whizzard Screen I/O improvements to BASIC
TYPE TIMEPRIN.FIL
.
PAUSE Enter to start the next demo
.
. Show how assembler calls improve interpreted BASIC 2.0 statements
.
. IF BASICA.COM is not in this directory or on your DOS 2.0 path then
PAUSE The interpreted demo will not work, Ctrl-Break to stop demo
.
. Load ASMBASIC.EXE to execute BASIC assembler calls
ASMBASIC
.
PAUSE Enter to start this demo program
BASICA BANDDEMO
CLS
.
. Show how BASPRINT.EXE speeds up interpreted BASIC print statements
.
BASPRINT
.
PAUSE Enter to start this demo program
BASICA BANDDEMO
CLS
.
. Show how assembler calls improve compiled BASIC statements
. when the program has been compiled without the /O option.
. IF BASRUN.EXE is not in this directory or on your DOS 2.0 path then
PAUSE The compiled demo will not work, Ctrl-Break to stop demo
.
. Load COMPRINT to speed up compiled PRINT statements, compiled without /O
COMPRINT
.
PAUSE Enter to start this demo program
BANDNOO
.
.